random forest

Terms from Artificial Intelligence: humans at the heart of algorithms

A random forest is a form of ensemble method for machine learning. Large numbers of decision trees are generated by choosing random subsets of features from random subsets of the training data. The indivdiual trees each give their own results and a separate layer of processing combines the results from all of the trees to give a final result. While compartively simple, random forests have proved highly effective in a wide variey of application domains.

Used on pages 102, 161, 178, 380, 381, 434

Also known as random decision forest

Random Forest